home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5257 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: hdxx05.telecom.ptt.nl!usenet
  2. From: andre2@dds.nl (Andre Broers)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: GNU Interrupts
  5. Date: Fri, 09 Feb 1996 20:49:45 GMT
  6. Organization: PTT-Telecom
  7. Message-ID: <4ffc9i$ejp@hdxx05.telecom.ptt.nl>
  8. References: <schumaker.88.002FB3CD@tigger.jvnc.net>
  9. NNTP-Posting-Host: 145.7.53.123
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. schumaker@tigger.jvnc.net (Schumaker) wrote:
  13.  
  14. >I've just made the change from MSDOS/Windows to LINUX.  Along with this switch 
  15. >I've had to change C compilers.  I'm now using GCC.  I do a lot of hard 
  16. >interfacing and graphics work and need to be able to control certain 
  17. >interrupts and have access to ports.  But I can't for the life of me find any 
  18. >library included with linux that will let me do this.  Are there any 
  19. >available?, does linux allow you to call interrupts?, is there one included 
  20. >which I haven't found?
  21.  
  22. >any info would be greatly appreciated.
  23.  
  24. Linux doesn't use interrupts. Everything you wanna get done must be
  25. done by calling system calls or writing your own device drivers into
  26. the kernel.
  27. If you us graphics, you can use the SVGAlib that's on sunsite.
  28.  
  29. TTYL
  30. Andre2@dds.nl
  31.  
  32.  
  33. -------------------------------------------------------------------------
  34. Andre Broers               |Telephone : 
  35. PTT Telecom B.V.           |Telefax   : 
  36. I&AT TU NWD                |E-Mail    : a.j.broers@ptt-telecom.nl
  37. Postbus 188                |DISCLAIMER: This statement is not an official
  38. Groningen                  |statement from, nor does it represent
  39. The Netherlands            |an official position of, PTT Telecom B.V.
  40. -------------------------------------------------------------------------
  41.  
  42.